home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / doc / Fontmap < prev    next >
Text File  |  1997-10-30  |  14KB  |  400 lines

  1. % Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Fontmap - standard font catalog for Ghostscript.
  16.  
  17. % ----------------------------------------------------------------
  18.  
  19. % This file is a catalog of fonts known to Ghostscript.  Any font
  20. % that is to be loaded automatically when named must be in this catalog,
  21. % except for fonts that Ghostscript finds automatically in directories
  22. % named in the GS_FONTPATH environment variable.
  23.  
  24. % Each font has an entry consisting of three items:
  25. %
  26. %    - The name by which the font is known inside Ghostscript
  27. %    (a Ghostscript name preceded by a `/', or a string enclosed
  28. %    in parentheses).  This is used to find the file from which
  29. %    a font of a given name should be loaded.
  30. %
  31. %    - Information depending on whether this is a real font or a
  32. %    font alias:
  33. %
  34. %        - For real fonts, the name of the Ghostscript font
  35. %        file (a Ghostscript string, enclosed in parentheses).
  36. %        The filename should include the extension, which (by
  37. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  38. %        also usable as fonts for Ghostscript.
  39. %
  40. %        - For font aliases, the name of the font which should
  41. %        be used when this one is requested, preceded by a
  42. %        `/'.  See the entry for Charter below for an example.
  43. %        Note that an alias name cannot be enclosed in parentheses.
  44. %
  45. %    - At least one space or tab, and a terminating semicolon.
  46.  
  47. % Because of limitations in the MS-DOS environment, Ghostscript font
  48. % file names must be no more than 8 characters long, must consist only
  49. % of LOWER CASE letters, digits, and underscores, and must start with a
  50. % letter.  Font names, on the other hand, need only obey the syntax of
  51. % names in the Ghostscript language, which is much more liberal.
  52.  
  53. % The following table is actually a Ghostscript data structure.
  54. % If you add new entries, be sure to copy the punctuation accurately;
  55. % in particular, you must leave at least one space or tab between each
  56. % field in the entry.  Also, please read fonts.doc for important information
  57. % about font names.
  58.  
  59. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  60. % and other programs that don't include full PostScript interpreters,
  61. % as well as with PostScript interpreters; .gsf fonts are compatible with
  62. % PostScript interpreters, but not with ATM or similar programs.
  63.  
  64. %
  65. % Fonts contributed by:
  66. %    URW++ Design and Development Incorporated
  67. %    Poppenbuetteler Bogen 29A
  68. %    D-22399 Hamburg
  69. %    Germany
  70. %    tel. +49 (40) 60 60 50
  71. %    fax +49 (40) 60 60 51 11
  72. %    http://www.urwpp.de
  73. % for distribution under the GNU License and Aladdin Free Public License.
  74. % See the notice at the head of this Fontmap file for licensing terms.
  75. % Each of these fonts is individually covered by the license:
  76. % for licensing purposes, they are not "part of" any larger entity.
  77. % The following notice applies to these fonts:
  78. %
  79. %    Copyright URW Software, Copyright 1994 by URW.
  80. %
  81.  
  82. % Actual fonts
  83.  
  84. /URWBookmanL-DemiBold    (b018015l.pfb)    ;
  85. /URWBookmanL-DemiBoldItal    (b018035l.pfb)    ;
  86. /URWBookmanL-Ligh    (b018012l.pfb)    ;
  87. /URWBookmanL-LighItal    (b018032l.pfb)    ;
  88.  
  89. /NimbusMonL-Regu    (n022003l.pfb)    ;
  90. /NimbusMonL-ReguObli    (n022023l.pfb)    ;
  91. /NimbusMonL-Bold    (n022004l.pfb)    ;
  92. /NimbusMonL-BoldObli    (n022024l.pfb)    ;
  93.  
  94. /URWGothicL-Book    (a010013l.pfb)    ;
  95. /URWGothicL-BookObli    (a010033l.pfb)    ;
  96. /URWGothicL-Demi    (a010015l.pfb)    ;
  97. /URWGothicL-DemiObli    (a010035l.pfb)    ;
  98.  
  99. /NimbusSanL-Regu    (n019003l.pfb)    ;
  100. /NimbusSanL-ReguItal    (n019023l.pfb)    ;
  101. /NimbusSanL-Bold    (n019004l.pfb)    ;
  102. /NimbusSanL-BoldItal    (n019024l.pfb)    ;
  103.  
  104. /NimbusSanL-ReguCond    (n019043l.pfb)    ;
  105. /NimbusSanL-ReguCondItal    (n019063l.pfb)    ;
  106. /NimbusSanL-BoldCond    (n019044l.pfb)    ;
  107. /NimbusSanL-BoldCondItal    (n019064l.pfb)    ;
  108.  
  109. /URWPalladioL-Roma    (p052003l.pfb)    ;
  110. /URWPalladioL-Ital    (p052023l.pfb)    ;
  111. /URWPalladioL-Bold    (p052004l.pfb)    ;
  112. /URWPalladioL-BoldItal    (p052024l.pfb)    ;
  113.  
  114. /CenturySchL-Roma    (c059013l.pfb)    ;
  115. /CenturySchL-Ital    (c059033l.pfb)    ;
  116. /CenturySchL-Bold    (c059016l.pfb)    ;
  117. /CenturySchL-BoldItal    (c059036l.pfb)    ;
  118.  
  119. /NimbusRomNo9L-Regu    (n021003l.pfb)    ;
  120. /NimbusRomNo9L-ReguItal    (n021023l.pfb)    ;
  121. /NimbusRomNo9L-Medi    (n021004l.pfb)    ;
  122. /NimbusRomNo9L-MediItal    (n021024l.pfb)    ;
  123.  
  124. /StandardSymL    (s050000l.pfb)    ;
  125.  
  126. /URWChanceryL-MediItal    (z003034l.pfb)    ;
  127.  
  128. /Dingbats    (d050000l.pfb)    ;
  129.  
  130. % Aliases
  131.  
  132. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  133. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  134. /Bookman-Light            /URWBookmanL-Ligh    ;
  135. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  136.  
  137. /Courier            /NimbusMonL-Regu    ;
  138. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  139. /Courier-Bold            /NimbusMonL-Bold    ;
  140. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  141.  
  142. /AvantGarde-Book        /URWGothicL-Book    ;
  143. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  144. /AvantGarde-Demi        /URWGothicL-Demi    ;
  145. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  146.  
  147. /Helvetica            /NimbusSanL-Regu    ;
  148. /Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  149. /Helvetica-Bold            /NimbusSanL-Bold    ;
  150. /Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  151.  
  152. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  153. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  154. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  155. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  156.  
  157. /Palatino-Roman            /URWPalladioL-Roma    ;
  158. /Palatino-Italic        /URWPalladioL-Ital    ;
  159. /Palatino-Bold            /URWPalladioL-Bold    ;
  160. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  161.  
  162. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  163. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  164. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  165. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  166.  
  167. /Times-Roman            /NimbusRomNo9L-Regu    ;
  168. /Times-Italic            /NimbusRomNo9L-ReguItal    ;
  169. /Times-Bold            /NimbusRomNo9L-Medi    ;
  170. /Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  171.  
  172. /Symbol                /StandardSymL    ;
  173.  
  174. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  175.  
  176. /ZapfDingbats            /Dingbats    ;
  177.  
  178. %
  179. % Type 1 fonts contributed to the X11R5 distribution.
  180. %
  181.  
  182. % The following notice accompanied the Charter fonts.
  183. %
  184. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  185. %
  186. % You are hereby granted permission under all Bitstream propriety rights
  187. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  188. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  189. % for any purpose and without restriction; provided, that this notice is
  190. % left intact on all copies of such fonts and that Bitstream's trademark
  191. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  192. % Type 1 fonts.
  193. %
  194. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  195.  
  196. % The Bitstream Charter fonts have different names (CharterBT-
  197. % instead of Charter-), but Ghostscript doesn't care.
  198. /Charter-Roman            (bchr.pfa)    ;
  199. /Charter-Italic            (bchri.pfa)    ;
  200. /Charter-Bold            (bchb.pfa)    ;
  201. /Charter-BoldItalic        (bchbi.pfa)    ;
  202.  
  203. % The following notice accompanied the Utopia font:
  204. %
  205. %   Permission to use, reproduce, display and distribute the listed
  206. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  207. %   appears in all whole and partial copies of the software and that the
  208. %   following trademark symbol and attribution appear in all unmodified
  209. %   copies of the software:
  210. %
  211. %           Copyright (c) 1989 Adobe Systems Incorporated
  212. %           Utopia (R)
  213. %           Utopia is a registered trademark of Adobe Systems Incorporated
  214. %
  215. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  216. %   Metric files) donated are:
  217. %
  218. %           Utopia Regular
  219. %           Utopia Italic
  220. %           Utopia Bold
  221. %           Utopia Bold Italic
  222.  
  223. /Utopia-Regular        (putr.pfa)    ;
  224. /Utopia-Italic        (putri.pfa)    ;
  225. /Utopia-Bold        (putb.pfa)    ;
  226. /Utopia-BoldItalic    (putbi.pfa)    ;
  227.  
  228. %
  229. % Fonts contributed by URW GmbH for distribution under the GNU License.
  230. % The following notice accompanied these fonts:
  231. %
  232. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  233. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  234. %
  235. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  236. %
  237. % This program is free software; you can redistribute it and/or modify
  238. % it under the terms of the GNU General Public License as published by
  239. % the Free Software Foundation; either version 2 of the License, or
  240. % (at your option) later version.
  241. %
  242. % This program is distributed in the hope that it will be useful,
  243. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  244. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  245. % See the GNU General Public License for more details.
  246. %
  247. % You should have received a copy of the GNU General Public License
  248. % along with this program; if not, write to the Free Software
  249. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  250. %
  251. % Address:
  252. % URW GmbH
  253. % PC Support
  254. % Harksheider Strasse 102
  255. % 2000 Hamburg 65
  256. % Germany
  257. % Phone: +49 40 60 60 50       (Reception)
  258. % Phone: +49 40 60 60 52 30   (PC Support)
  259. % Fax    : +49 40 60 60 52 52
  260. %
  261.  
  262. /URWAntiquaT-RegularCondensed    (u003043t.gsf)    ;
  263. /URWGroteskT-Bold        (u004006t.gsf)    ;
  264.  
  265. %
  266. % Shareware Kana fonts.  These are subject to the following notice:
  267. %
  268. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  269. % granted to freely distribute them in entirety along with this statement.
  270. % This is shareware. If you decide to use these fonts please contribute
  271. % $10 US to help support further freeware and shareware software development.
  272. % Questions and comments may be sent to:
  273. %
  274. % hartig@fsl.noaa.gov
  275. % khartig@nyx.cs.du.edu
  276. %
  277. % Kevin Hartig
  278. % 1126 Collyer Street
  279. % Longmont, CO 80501 USA
  280. % copyright 1993.
  281.  
  282. % Hiragana and Katakana fonts.  The character names are inappropriate,
  283. % and the encoding is probably not related to any known standard.
  284.  
  285. /Calligraphic-Hiragana        (fhirw.gsf)    ;
  286. /Calligraphic-Katakana        (fkarw.gsf)    ;
  287.  
  288. %
  289. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  290.  
  291. % Cyrillic fonts.  The character names are inappropriate,
  292. % and the encoding is probably not related to any known standard.
  293.  
  294. /Shareware-Cyrillic-Regular    (fcyr.gsf)    ;
  295. /Shareware-Cyrillic-Italic    (fcyri.gsf)    ;
  296.  
  297. % Aliases
  298. /Cyrillic            /Cyrillic-Regular    ;
  299. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  300. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  301.  
  302. %
  303. % Fonts converted from Hershey outlines.  These are constructed and
  304. % maintained manually.  These are also in the public domain.
  305. %
  306. % The suggested UniqueID's and filenames are constructed differently for
  307. % these than for the ones above, because of the strange way that the Hershey
  308. % fonts were constructed.  The scheme for these looks like:
  309. %
  310. % 42TTXY0
  311. %
  312. % TT = typeface, X = ``class'', Y = variation
  313. %
  314. % The typeface names and numbers are listed in fonts.mak.
  315. %
  316. % class:
  317. % 0 = normal            = r
  318. % 1 = simplex            = s
  319. % 2 = complex            = c
  320. % 3 = triplex            = t
  321. % 4 = duplex            = d
  322. %
  323. % variation:
  324. % 0 = normal            (omitted)
  325. % 1 = oblique            = o
  326. % 2 = italic            = i
  327. % 3 = bold            = b
  328. % 4 = bold oblique        = bo
  329. % 5 = bold italic        = bi
  330. %
  331.  
  332. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  333. % accents, accented characters, and various other non-alphabetics
  334. % to the original Hershey fonts.  These are "freeware", not to be sold.
  335.  
  336. /Hershey-Gothic-English        (hrger.pfa)    ;    % 5066533
  337. /Hershey-Gothic-German        (hrgrr.pfa)    ;
  338. /Hershey-Gothic-Italian        (hritr.pfa)    ; 
  339.  
  340. /Hershey-Plain-Duplex        (hrpld.pfa)    ;
  341. /Hershey-Plain-Duplex-Italic    (hrpldi.pfa)    ;
  342. /Hershey-Plain-Triplex        (hrplt.pfa)    ;
  343. /Hershey-Plain-Triplex-Italic    (hrplti.pfa)    ;
  344.  
  345. /Hershey-Script-Complex        (hrscc.pfa)    ;
  346. /Hershey-Script-Simplex        (hrscs.pfa)    ;    % 5066541
  347.  
  348. % Fonts created algorithmically from the above.
  349.  
  350. /Hershey-Gothic-English-Bold        (hrgerb.gsf)    ;    % 5066542
  351. /Hershey-Gothic-English-Oblique        (hrgero.gsf)    ;
  352. /Hershey-Gothic-English-SemiBold    (hrgerd.gsf)    ;
  353. /Hershey-Gothic-German-Bold        (hrgrrb.gsf)    ;
  354. /Hershey-Gothic-German-Oblique        (hrgrro.gsf)    ;
  355. /Hershey-Gothic-Italian-Bold        (hritrb.gsf)    ;
  356. /Hershey-Gothic-Italian-Oblique        (hritro.gsf)    ;
  357.  
  358. /Hershey-Plain-Duplex-Bold        (hrpldb.gsf)    ;
  359. /Hershey-Plain-Duplex-Bold-Italic    (hrpldbi.gsf)    ;
  360. /Hershey-Plain-Triplex-Bold        (hrpltb.gsf)    ;
  361. /Hershey-Plain-Triplex-Bold-Italic    (hrpltbi.gsf)    ;
  362.  
  363. /Hershey-Script-Complex-Bold        (hrsccb.gsf)    ;
  364. /Hershey-Script-Complex-Oblique        (hrscco.gsf)    ;
  365. /Hershey-Script-Simplex-Bold        (hrscsb.gsf)    ;
  366. /Hershey-Script-Simplex-Oblique        (hrscso.gsf)    ;    % 5066556
  367.  
  368. % Fonts consisting only of characters from the original Hershey
  369. % distribution.  These are Type 3 fonts.
  370.  
  371. /Hershey-Greek-Complex            (hrgkc.gsf)    ;    % 5066557
  372. /Hershey-Greek-Simplex            (hrgks.gsf)    ;
  373.  
  374. /Hershey-Plain                (hrplr.gsf)    ;
  375. /Hershey-Plain-Simplex            (hrpls.gsf)    ;    % 5066560
  376.  
  377. % Fonts created algorithmically from the above.
  378.  
  379. /Hershey-Plain-Bold            (hrplrb.gsf)    ;    % 5066561
  380. /Hershey-Plain-Bold-Oblique        (hrplrbo.gsf)    ;
  381. /Hershey-Plain-Oblique            (hrplro.gsf)    ;
  382. /Hershey-Plain-Simplex-Bold        (hrplsb.gsf)    ;
  383. /Hershey-Plain-Simplex-Bold-Oblique    (hrplsbo.gsf)    ;
  384. /Hershey-Plain-Simplex-Oblique        (hrplso.gsf)    ;    % 5066566
  385.  
  386. % This font, and only this font among the Hershey fonts, uses
  387. % the SymbolEncoding.
  388.  
  389. /Hershey-Symbol                (hrsyr.gsf)    ;    % 5066567
  390.